-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update comments and types for generating python API reference #38
Conversation
5f69aae
to
0a11860
Compare
@axl1313 I want to make some small updates to the docstrings here so that they'll be better on the docs site, but how do I actually flow these changes forward to the docs site? Do I need to tag and publish a new version of the library? |
Yup currently will need to tag and release a new version to trigger the docs rebuild. |
src/cleanlab_codex/project.py
Outdated
sdk_client (`Codex`): The Codex SDK client to use to interact with the project. | ||
project_id (`str`): The ID of the project. | ||
verify_existence (`bool`, optional): Whether to verify that the project exists. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: for consistency across the docs can we remove the backticks around the types for args? The generated docs apply {arg_name}
formatting around the argument name already, so having the arg type formatted as code too looks a little weird
Add/update docstrings so they look better for the Python API Reference section of our docs site